sync.readOnly.amended (field)
16 uses
sync (current package)
map.go#L76: amended bool // true if the dirty map contains some key not in m.
map.go#L126: if !ok && read.amended {
map.go#L133: if !ok && read.amended {
map.go#L164: if len(read.m) == 0 && !read.amended {
map.go#L173: if len(read.m) > 0 || read.amended {
map.go#L248: if !read.amended {
map.go#L252: m.read.Store(&readOnly{m: read.m, amended: true})
map.go#L299: if !ok && read.amended {
map.go#L303: if !ok && read.amended {
map.go#L383: if !read.amended {
map.go#L387: m.read.Store(&readOnly{m: read.m, amended: true})
map.go#L402: } else if !read.amended {
map.go#L433: if !ok && read.amended {
map.go#L437: if !ok && read.amended {
map.go#L479: if read.amended {
map.go#L486: if read.amended {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |